Increase throttle interval in ToggleVideoButton component#336
Increase throttle interval in ToggleVideoButton component#336
Conversation
charliesantos
left a comment
There was a problem hiding this comment.
Maybe there's a cleaner way to solve this. Is there a way to check if the video has been turned on/off successfully then update the state? That way, we don't have to rely on throttling button clicks.
There is a check in Still, for some reason, issues can arise when you repeatedly hit the Mute Video button quickly for a few minutes. Increasing the throttle interval is only meant to prevent this rare edge case. |
Contributing to Twilio
Pull Request Details
JIRA link(s):
Description
This PR increases the throttle interval in the ToggleVideoButton component. This should help to solve the issue described in #262
Burndown
Before review
npm testBefore merge